Bug 568552 – gtk_combo + gtk entry in invisible mode takes 100% cpu
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 21 Jan 2009 20:09:49 +0000 (20:09 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 21 Jan 2009 20:09:49 +0000 (20:09 +0000)
commit579f457c78d52b09ba3b6aa238f99c6914ae8d26
tree4cbed02a9b4a79fd326b3f46e57bd9ed84186338
parentc6f4b327e69380eaa3786136d5903c62790e5bf3
   Bug 568552 – gtk_combo + gtk entry in invisible mode takes 100% cpu

        * gtk/gtkentry.c: Fix an expose loop caused by raising windows out
        of an expose handler. Also, don't show the 'Caps Lock' warning for
        activated input methods, since that makes it permanently shown
        for some locales. It should not be that necessary, now that we
        do show preedit text even in password entries. Pointed out by
        Frederic Crozat.

svn path=/trunk/; revision=22164
ChangeLog
gtk/gtkentry.c